Skip to content

chore: convert solution file from .sln to .slnx format#211

Merged
NelsonBN merged 1 commit into
mainfrom
convert-sln-to-slnx
Nov 21, 2025
Merged

chore: convert solution file from .sln to .slnx format#211
NelsonBN merged 1 commit into
mainfrom
convert-sln-to-slnx

Conversation

@NelsonBN

Copy link
Copy Markdown
Member

Checklist before requesting a review

  • I have performed a self-review of my code.
  • Implemented tests for new features.
  • I tested the features already implemented.
  • Added usage examples in the readme.

Copilot AI review requested due to automatic review settings November 21, 2025 23:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modernizes the solution file by converting from the legacy .sln format to the newer XML-based .slnx format introduced in Visual Studio 2022. The conversion maintains all project references while adopting a cleaner, more maintainable structure.

Key Changes:

  • Replaced PowerUtils.Geolocation.sln with PowerUtils.Geolocation.slnx
  • Simplified solution structure using XML format
  • Both projects (src and tests) are preserved in the new format

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
PowerUtils.Geolocation.slnx New XML-based solution file containing references to both the main project and test project
PowerUtils.Geolocation.sln Legacy solution file removed as part of the format migration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
PowerUtils.Geolocation 100% 100% 131
Summary 100% (181 / 181) 100% (70 / 70) 131

@github-actions

Copy link
Copy Markdown

Test Summary

    4 files      4 suites   2s ⏱️
  252 tests   252 ✅ 0 💤 0 ❌
1 008 runs  1 008 ✅ 0 💤 0 ❌

Results for commit a34be45.

@github-actions

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

@NelsonBN NelsonBN merged commit 343b9c8 into main Nov 21, 2025
16 checks passed
@NelsonBN NelsonBN deleted the convert-sln-to-slnx branch November 21, 2025 23:23
@NelsonBN

NelsonBN commented Feb 1, 2026

Copy link
Copy Markdown
Member Author

🎉 This PR is included in version 2.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants